Fix LAPACK finding CMake code
authorVictor Westerhuis <VJ.Westerhuis@student.han.nl>
Fri, 9 Sep 2022 12:01:42 +0000 (14:01 +0200)
committerJochen Sprickerhof <jspricke@debian.org>
Fri, 12 May 2023 09:40:38 +0000 (10:40 +0100)
commit54dc45abdddd54b558cb8a75506ae241d3751f40
tree1449d23449b3969c1773cd3c2488ef36c2f11e8d
parent0a9a6c13681583bdc03dcb37f52685d04c924072
Fix LAPACK finding CMake code

On Debian cblas.h and lapacke.h are not installed in the same include
directory. This does not matter when compiling, but the custom header
check in OpenCV fails on it. Force OpenCV to use the standard CMake
check_include_file function to do the check so it succeeds.

Gbp-Pq: Name 0006-Fix-LAPACK-finding-CMake-code.patch
cmake/OpenCVFindLAPACK.cmake